Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow explicit configuration of interactive signer #647

Closed

Conversation

tarrencev
Copy link
Contributor

@tarrencev tarrencev commented Aug 7, 2024

The current is_interactive_signer interface doesn't support conditionally interactive signers depending on the execution context. In particular, session signers can be interactive or non-interactive depending on whether the session token contains the necessary scopes to sign a transaction or not.

This PR allows us to explicitly configure the is_interactive_signer parameter and allows us more control over how it is set.

@tarrencev tarrencev closed this Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant